home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / EZCron.lha / rexx / Reminder.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1995-12-05  |  220 b   |  10 lines

  1. /* REMINDER AREXX SCRIPT v1.0 */
  2.  
  3. arg eventtext
  4.  
  5.     if ~show('L','rexxreqtools.library') then
  6.             call addlib("rexxreqtools.library", 0, -30, 0)
  7.  
  8. call rtezrequest(eventtext, "Okay", , "rt_reqpos = reqpos_centerscr")
  9.  
  10.